home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / cake_fab.swf / scripts / DefineButton2_623 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-03-26  |  76 b   |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    gotoAndStop("start");
  4.    play();
  5. }
  6.